home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00003Series_3_3MTG9.PIC.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  548 b   |  23 lines

  1. on mouseUp
  2.   put "MTG9: 2-1/2" & QUOTE & " long x 7/8" & QUOTE & " dia." into field "mainmounting"
  3.   set the puppet of sprite 10 to 0
  4.   puppetSound("sndforward")
  5.   puppetTransition(47, 1, 8)
  6.   if field "tblcaste,BRK_OP" contains "BRK1" then
  7.     if field "tblwheel,TG_OP" contains "TG1" then
  8.       play frame "3optiona"
  9.       abort()
  10.     else
  11.       play frame "3optionb"
  12.       abort()
  13.     end if
  14.   end if
  15.   if field "tblwheel,TG_OP" contains "TG1" then
  16.     play frame "3optionc"
  17.     abort()
  18.   else
  19.     play frame "3optiond"
  20.     abort()
  21.   end if
  22. end
  23.